How to call a jsp method in javascript file
Hi all
Is it possible to put the below code on javascript file
[code:24r4wqwc]
<%=m.getFormSubmitUrl("frmSubmissionStatus", "ShowReport", null)%>
[/code:24r4wqwc]
When i put the above code in JS file i am getting the error as null.
please help me